home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / sharp / wwwSharp_setup.exe / {app} / Examples / RssPublisher / Data / MyRSS.xml next >
Extensible Markup Language  |  2004-02-04  |  4KB  |  111 lines

  1. <?xml version="1.0"?>
  2. <rdf:RDF
  3.   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.   xmlns:dc="http://purl.org/dc/elements/1.1/"
  5.   xmlns:fr="http://ASPRSS.com/fr.html"
  6.   xmlns:pa="http://ASPRSS.com/pa.html"
  7.   xmlns="http://purl.org/rss/1.0/">
  8. <channel rdf:about="http://www.mysite.com">
  9.   <title>My Site</title>
  10.   <link>http://www.mysite.com</link>
  11.   <description>This is the description of my site</description>
  12.   <dc:publisher>This is details for my site</dc:publisher>
  13.   <dc:creator>My name (mailto:me@email.com)</dc:creator>
  14.   <items>
  15.     <rdf:Seq>
  16.       <rdf:li rdf:resource="http://mysite.com/article1.html"/>
  17.       <rdf:li rdf:resource="http://mysite.com/article10.html"/>
  18.       <rdf:li rdf:resource="http://mysite.com/article2.html"/>
  19.       <rdf:li rdf:resource="http://mysite.com/article3.html"/>
  20.       <rdf:li rdf:resource="http://mysite.com/article4.html"/>
  21.       <rdf:li rdf:resource="http://mysite.com/article5.html"/>
  22.       <rdf:li rdf:resource="http://mysite.com/article6.html"/>
  23.       <rdf:li rdf:resource="http://mysite.com/article7.html"/>
  24.       <rdf:li rdf:resource="http://mysite.com/article8.html"/>
  25.       <rdf:li rdf:resource="http://mysite.com/article9.html"/>
  26.     </rdf:Seq>
  27.   </items>
  28. </channel>
  29.   <item rdf:about="http://mysite.com/article1.html">
  30.     <title>Article 1</title>
  31.     <description>Description for article 1</description>
  32.     <link>http://mysite.com/article1.html</link>
  33.     <dc:date>2004-02-04</dc:date>
  34.     <pa:category>News</pa:category>
  35.     <dc:creator>Me (mailto:my@email.com)</dc:creator>
  36.   </item>
  37.   <item rdf:about="http://mysite.com/article10.html">
  38.     <title>Article 10</title>
  39.     <description>Description for article 10</description>
  40.     <link>http://mysite.com/article10.html</link>
  41.     <dc:date>2004-02-04</dc:date>
  42.     <pa:category>News</pa:category>
  43.     <dc:creator>Me (mailto:my@email.com)</dc:creator>
  44.   </item>
  45.   <item rdf:about="http://mysite.com/article2.html">
  46.     <title>Article 2</title>
  47.     <description>Description for article 2</description>
  48.     <link>http://mysite.com/article2.html</link>
  49.     <dc:date>2004-02-04</dc:date>
  50.     <pa:category>News</pa:category>
  51.     <dc:creator>Me (mailto:my@email.com)</dc:creator>
  52.   </item>
  53.   <item rdf:about="http://mysite.com/article3.html">
  54.     <title>Article 3</title>
  55.     <description>Description for article 3</description>
  56.     <link>http://mysite.com/article3.html</link>
  57.     <dc:date>2004-02-04</dc:date>
  58.     <pa:category>News</pa:category>
  59.     <dc:creator>Me (mailto:my@email.com)</dc:creator>
  60.   </item>
  61.   <item rdf:about="http://mysite.com/article4.html">
  62.     <title>Article 4</title>
  63.     <description>Description for article 4</description>
  64.     <link>http://mysite.com/article4.html</link>
  65.     <dc:date>2004-02-04</dc:date>
  66.     <pa:category>News</pa:category>
  67.     <dc:creator>Me (mailto:my@email.com)</dc:creator>
  68.   </item>
  69.   <item rdf:about="http://mysite.com/article5.html">
  70.     <title>Article 5</title>
  71.     <description>Description for article 5</description>
  72.     <link>http://mysite.com/article5.html</link>
  73.     <dc:date>2004-02-04</dc:date>
  74.     <pa:category>News</pa:category>
  75.     <dc:creator>Me (mailto:my@email.com)</dc:creator>
  76.   </item>
  77.   <item rdf:about="http://mysite.com/article6.html">
  78.     <title>Article 6</title>
  79.     <description>Description for article 6</description>
  80.     <link>http://mysite.com/article6.html</link>
  81.     <dc:date>2004-02-04</dc:date>
  82.     <pa:category>News</pa:category>
  83.     <dc:creator>Me (mailto:my@email.com)</dc:creator>
  84.   </item>
  85.   <item rdf:about="http://mysite.com/article7.html">
  86.     <title>Article 7</title>
  87.     <description>Description for article 7</description>
  88.     <link>http://mysite.com/article7.html</link>
  89.     <dc:date>2004-02-04</dc:date>
  90.     <pa:category>News</pa:category>
  91.     <dc:creator>Me (mailto:my@email.com)</dc:creator>
  92.   </item>
  93.   <item rdf:about="http://mysite.com/article8.html">
  94.     <title>Article 8</title>
  95.     <description>Description for article 8</description>
  96.     <link>http://mysite.com/article8.html</link>
  97.     <dc:date>2004-02-04</dc:date>
  98.     <pa:category>News</pa:category>
  99.     <dc:creator>Me (mailto:my@email.com)</dc:creator>
  100.   </item>
  101.   <item rdf:about="http://mysite.com/article9.html">
  102.     <title>Article 9</title>
  103.     <description>Description for article 9</description>
  104.     <link>http://mysite.com/article9.html</link>
  105.     <dc:date>2004-02-04</dc:date>
  106.     <pa:category>News</pa:category>
  107.     <dc:creator>Me (mailto:my@email.com)</dc:creator>
  108.   </item>
  109. </rdf:RDF>
  110.  
  111.